printing: Don't crop dimensions of layout preview
authorMarek Kasik <mkasik@redhat.com>
Fri, 28 Nov 2014 14:25:42 +0000 (15:25 +0100)
committerMarek Kasik <mkasik@redhat.com>
Mon, 1 Dec 2014 10:21:27 +0000 (11:21 +0100)
Enlarge area for drawing of layout preview in the print dialog
so that it can embody landscape preview with dimensions.

https://bugzilla.gnome.org/show_bug.cgi?id=730232

gtk/ui/gtkprintunixdialog.ui

index ae714e06f708f772165ca2c13ffd14fdd6e2a8c4..fc59750b6c3709b0176dc697c7b965ae46695d0d 100644 (file)
                         <property name="can_focus">False</property>
                         <child>
                           <object class="GtkDrawingArea" id="page_layout_preview">
-                            <property name="width_request">280</property>
+                            <property name="width_request">320</property>
                             <property name="height_request">160</property>
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                           </object>
                           <packing>
                             <property name="expand">True</property>
-                            <property name="fill">False</property>
+                            <property name="fill">True</property>
                             <property name="position">0</property>
                           </packing>
                         </child>